-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: improve emissions module coverage #1955
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1955 +/- ##
===========================================
+ Coverage 54.00% 55.17% +1.17%
===========================================
Files 241 241
Lines 13535 13537 +2
===========================================
+ Hits 7309 7469 +160
+ Misses 5779 5624 -155
+ Partials 447 444 -3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great ,left some minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very complete to me
Description
Improves coverage for emissions module from 52.49% to 91.83%. Only uncovered file is
types/events.go
, but i think it should be moved one level above next to abci.go, because those events are used there and not in types?Closes: #1741
Type of change
Tests
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Include instructions and any relevant details so others can reproduce.
Checklist: